C# |
---|
public Attributes StartAttribs() |
C# |
---|
// Root Method Begin var textState = new TextState(); var hb = new HTMLBuilder(textState); // Example Method: var attribs = hb.StartAttribs(); var result = hb.GetAttribs(attribs, textState); // result: // lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml" |